Douglas Wygal
5/30/2020
The Interactive Sine Wave applicaiton shows a sine wave graph with adjustable frequency. The plotly graphics have interactive controls making the app very cool.
The Interactive Sine Wave application could also be used as a template to allow developers the ability to produce there on mathematical graphics. Just replace the sin calculations with cos, exponial, or any function you like.
Credits: The base code for the sine wave application comes from plotly graphics library.
The code was then altered and customized to work with R Shiny and meet the requirements of this project.